import { SearchField, useTheme } from '@aws-amplify/ui-react'; export const SearchFieldStyledPropsExample = () => { const { tokens } = useTheme(); return ( <> ); };